GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ItemCollectionExtensions Class > ToLazyItemCollection Method : ToLazyItemCollection<T>(IEnumerable<T>) Method |
'Declaration Public Overloads Shared Function ToLazyItemCollection(Of T)( _ ByVal source As System.Collections.Generic.IEnumerable(Of T) _ ) As IItemCollection(Of T)
public static IItemCollection<T> ToLazyItemCollection<T>( System.Collections.Generic.IEnumerable<T> source )